LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::details::collection_from_reference_impl< T[]> Struct Template Reference

#include "ContainerMeta.h"

Public Types

using type = T *
 

Static Public Member Functions

static type get (T ptr[])
 

Detailed Description

template<typename T>
struct util::details::collection_from_reference_impl< T[]>

Definition at line 331 of file ContainerMeta.h.

Member Typedef Documentation

template<typename T >
using util::details::collection_from_reference_impl< T[]>::type = T*

Definition at line 332 of file ContainerMeta.h.

Member Function Documentation

template<typename T >
static type util::details::collection_from_reference_impl< T[]>::get ( ptr[])
inlinestatic

Definition at line 333 of file ContainerMeta.h.

333 { return ptr; }

The documentation for this struct was generated from the following file: